
.Des_Text {
    font-family: Verdana;
    /* font-size: 12px; */
    font-size: 12px;
    font-weight: normal;
    color: #003333;
}

.heading_1 {
    font-family: Georgia, Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #003333;
}

.cbosmall {
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #003366;
    width: 153px;
    height: 20px;
    background-color: #ffffff;
    border-top: 1px solid #7F9DB9;
    border-left: 1px solid #7F9DB9;
    border-right: 1px solid #7F9DB9;
    border-bottom: 1px solid #7F9DB9;
}

table {
    padding: 0px;
    border-collapse: collapse;
}

.DropDownLook {
    padding: 0px;
    border-style: solid;
    border-width: 1px;
}

.DivClose {
    display: none;
    position: absolute;
    width: 250px;
    height: 220px;
    border-style: solid;
    border-color: Gray;
    border-width: 1px;
    background-color: #99A479;
}

.LabelClose {
    vertical-align: text-top;
    position: absolute;
    bottom: 0px;
    font-family: Verdana;
}

.DivCheckBoxList {
    display: none;
    background-color: White;
    width: 250px;
    position: absolute;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border-style: solid;
    border-color: Gray;
    border-width: 1px;
}

.CheckBoxList {
    position: relative;
    width: 250px;
    height: 10px;
    overflow: scroll;
    font-size: small;
}

.completionListElement {
    visibility: hidden;
    margin: 0px!important;
    background-color: white;
    color: blue;
    border: solid 1px gray;
    cursor: hand;
    text-align: left;
    list-style-type: none;
    font-family: Verdana;
    font-size: 12px;
    padding: 0;
    z-index: 2!important;
}

.listItem {
    padding: 1px;
    z-index: 2 !important;
    background-color: #dcdcdc;
}

.highlightedListItem {
    color: Red;
    background-color: #c3ebf9;
    padding: 1px;
    z-index: 2!important;
}

H1 {
    font-size: 2.5em;
    font-weight: bold;
    color: #4682B4;
    font-family: Verdana;
    display: block;
    margin: 0;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
}

H2 {
    font-size: 1.1em;
    font-weight: bold;
    color: #4682B4;
    font-family: Verdana;
    display: block;
    margin: 0;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
}

form {
    margin: 0;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

#panel-grid {
    margin: 0;
    border: 0;
    padding: 0;
    margin-left: 1em;
    height: auto;
    display: inherit;
    float: left;
}

.iptxtbigMandatory {
    font-family: Verdana;
    font-size: 12px;
    border: #FF4500 solid 1px;
    border-radius: 2px;
    margin: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    text-shadow: none;
    resize: none;
}

    .iptxtbigMandatory:focus {
        /*border: #368BF8 solid 1px;*/
        font-weight: bold;
    }

.ipdrpbigMandatory {
    margin: 2px 0px 0px 0px;
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
    border: #FF4500 solid 1px;
    border-radius: 2px;
    text-shadow: none;
    resize: none;
}

/*.ipdrpbigMandatory:focus {
        border: #368BF8 solid 1px;
    }*/

.iptxtbigOptional {
    font-family: Verdana;
    font-size: 12px;
    border: #333300 solid 1px;
    border-radius: 2px;
    margin: 0px 0px 0px 0px;
    text-shadow: none;
    resize: none;
}

    .iptxtbigOptional:focus {
        /*border: #368BF8 solid 1px;*/
        font-weight: bold;
    }

.ipdrpbigOptional {
    height: 20px;
    margin: 2px 0px 0px 0px;
    font-family: Verdana;
    font-size: 12px;
    border: #333300 solid 1px;
    border-radius: 2px;
    text-shadow: none;
    resize: none;
}

/*.ipdrpbigOptional:focus {
        border: #368BF8 solid 1px;
    }*/

.iptxtbigReadOnly {
    height: 15px;
    margin: 2px 0px 0px 0px;
    font-family: Verdana;
    font-size: 12px;
    border: #333300 solid 1px;
    border-radius: 2px;
    color: Gray;
    background-color: WhiteSmoke;
    cursor: auto;
    resize: none;
}

.ipdrpbigReadOnly {
    height: 22px;
    margin: 2px 0px 0px 0px;
    color: Gray;
    background-color: WhiteSmoke;
    font-family: Verdana;
    font-size: 12px;
    border: #333300 solid 1px;
    border-radius: 2px;
    text-shadow: none;
    resize: none;
}

/*.autoCompList {
    margin: 2px 0px 0px 0px;
    background-color: White;
    cursor: default;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
    text-align: left;
    border: 1px solid #777;
    z-index: auto;
    padding: 1px;
    text-shadow: none;
    resize: none;
    position: absolute;
}*/

.autoCompList {
    margin: 0px;
    background-color: White;
    cursor: default;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
    text-align: left;
    border: 1px solid #777;
    z-index: 1000;
    padding: 1px;
}

.SRMTabStyle .ajax__tab_header {
    font-family: "Helvetica Neue", Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

    .SRMTabStyle .ajax__tab_header .ajax__tab_outer {
        border-color: #222;
        color: #222;
        padding-left: 10px;
        margin-right: 3px;
        border: solid 1px #d7d7d7;
    }

    .SRMTabStyle .ajax__tab_header .ajax__tab_inner {
        border-color: #666;
        color: Maroon;
        padding: 3px 10px 2px 0px;
    }

.SRMTabStyle .ajax__tab_hover .ajax__tab_outer {
    background-color: #9c3;
}

.SRMTabStyle .ajax__tab_hover .ajax__tab_inner {
    color: #fff;
}

.SRMTabStyle .ajax__tab_active .ajax__tab_outer {
    border-bottom-color: #ffffff;
    background-color: #d7d7d7;
}

.SRMTabStyle .ajax__tab_active .ajax__tab_inner {
    color: Blue;
    border-color: #333;
}

.SRMTabStyle .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    background-color: #fff;
    border-top-width: 0;
    border: solid 1px #d7d7d7;
    border-top-color: #ffffff;
}

.IE8Fix {
    z-index: 10;
}

/*Please Wait Modal Popup*/

.modalBackground {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalBatchPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    text-align: center;
}

.hidden {
    display: none;
}

.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}


.popupConfirmation {
    width: 300px;
    height: 200px;
}

.popup_Container {
    background-color: #fffeb2;
    border: 2px solid #000000;
    padding: 0px 0px 0px 0px;
}

.popup_Titlebar {
    background: url(../Images/titlebar_bg.jpg);
    height: 29px;
}

/*@charset "utf-8";*/
/* CSS Document for UI */
body {
    width: 100%;
    margin: 0px;
    float: left;
    background-color: #fff;
    height: 100% !important;
}

.main {
    width: 1000px;
    margin: 0px auto;
}

.page {
    width: 1000px;
    margin: 0px auto;
}

.pagehis {
    width: 100%;
    margin: 0px auto;
}

.header {
    width: 1000px;
    background-image: url(../images/header-bg.png);
    background-position: top center;
    height: auto;
    float: left;
}

.headerhis {
    width: 100%;
    background-color: #00acc1;
    background-position: top center;
    background: linear-gradient(-180deg, #005580, #00acc1);
    height: auto;
    float: left;
}

.headertoken {
    width: 100%;
    background-color: #eceff1;
    background-position: top center;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    height: auto;
    float: left;
}

.content {
    width: 1000px;
    float: left;
    background-color: #005580;
    height: 100%;
}

.contenthis {
    width: 100%;
    float: left;
    background-color: #cbf0f4;
    height: 100%;
    border-style: solid;
    border: 1px;
    border-color: red;
}

.contenttoken {
    width: 100%;
    float: left;
    background-color: #eceff1;
    height: 100%;
    border-style: solid;
    border: 1px;
    border-color: red;
}

.content-default-height {
    width: 1000px;
    float: left;
    background-color: #005580;
}

.header-part {
    width: 1000px;
    margin: 0px auto;
    background-image: url(../images/logo_H.png);
    background-repeat: no-repeat;
    height: 120px;
}

.header-parthis {
    width: 100%;
    margin: 0px auto;
    background-image: url(../images/logo_H.png);
    background-repeat: no-repeat;
    height: 110px;
}

.welcome {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    float: right;
    padding: 18px 60px 0px 0px;
    width: 600px;
    text-align: right;
    color: white;
}

.menu-part {
    width: 1000px;
    float: left;
    margin: 10px 0px 0px 0px;
    height: 30px;
    white-space: nowrap;
    z-index: 1000;
    background-color: #f3f3f3;
    border-style: solid;
    border-width: thin;
}

.DynamicMenuStyle {
    color: Navy;
    font-family: verdana,tahoma,helvetica;
    font-size: 12px;
    font-weight: bold;
    float: left;
}

.buttons-part {
    float: right;
    margin: 14px 0 0 400px;
}

.information-part {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    float: right;
    padding: 5px 60px 0px 0px;
    width: 600px;
    text-align: right;
}

.btn {
    float: left;
    padding: 0px 2px;
}

.page-title {
    color: #ff7200;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0px 0px;
    width: 960px;
    text-transform: uppercase;
    padding: 0px 20px 0px 20px;
}

.main-cont-part {
    width: 960px;
    padding: 0px 20px 10px 20px;
}

.patient-details {
    margin: 0 auto;
    width: 960px;
    float: left;
    /*#F2F8F8 #EAF2F8*/
    background: #F2F8F8;
    border: 1px solid #111;
    list-style: none;
    padding: 0;
}

.details-title {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px 0px 10px;
    background-color: #ffffff;
    width: 945px;
    line-height: 25px;
    border: solid;
    border-width: thin;
    border-color: gray;
}

.Errorfield {
    color: #ffffff;
    font-family: Verdana;
    font-size: 12px;
    padding: 10px 0px 0px 0px;
    font-weight: bold;
    height: 25px;
}

.field-name {
    color: #005580;
    font-family: Verdana;
    font-size: 12px;
    padding: 0 0px 0px 10px;
    font-weight: bold;
}

.sub-field-name {
    color: #005580;
    font-family: Verdana;
    font-size: 12px;
    padding: 0 0px 0px 10px;
    font-weight: bold;
    width: 40%;
    text-decoration: underline;
}

.footer {
    width: 1000px;
    float: left;
    line-height: 30px;
    text-align: center;
    color: #404040;
    font-family: Verdana;
    font-size: 11px;
    background-color: #e0e0e0;
    margin: 0px 0px 0px 0px;
}

.footerhis {
    width: 100%;
    float: left;
    line-height: 30px;
    text-align: center;
    color: #404040;
    font-family: Verdana;
    font-size: 11px;
    background-color: #e0e0e0;
    margin: 0px 0px 0px 0px;
}

.logo {
    margin: 0px 0px 0px 0px;
    float: left;
}

.page-title-text {
    color: #fff;
    font-family: Verdana;
    font-size: 12px;
    padding-top: 10px;
}

.whole-page-part {
    margin: 0px auto;
    width: 1000px;
}

.whole-page-parthis {
    margin: 0px auto;
    width: 99.4%;
}

.Usermain {
    width: 100%;
    background-image: url(../images/main-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0px auto;
    height: 690px;
}

.Userpage {
    width: 1000px;
    margin: 0px auto;
}

.Userheader {
    width: 1000px;
    float: left;
}

.Usercontent {
    width: 1000px;
    float: left;
}

.Userlogo {
    float: left;
    width: 333px;
    padding: 35px 0px 2px 50px;
}

.Userlogin-part {
    margin: 0 auto;
    width: 365px;
    float: left;
    position: relative;
    z-index: 4;
    height: 280px;
    background: #FFFFFF;
    border: 2px solid #034C90;
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    padding: 0;
    border-radius: 4px 4px 4px 4px;
}

    .Userlogin-part div {
        box-sizing: content-box;
        border-radius: 0px;
    }

.Usererror-message {
    float: left;
    width: 280px;
    font-family: Verdana;
    font-size: 12px;
    color: #f01e1e;
    margin: 0px 0px 0px 60px;
    text-transform: capitalize;
    font-weight: bold;
}

.Userlogin-title {
    margin: 0 auto;
    width: 365px;
    float: left;
    position: relative;
    z-index: 4;
    font-family: Verdana;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    background-color: #444;
    border-radius: 0px 0px 0px 0px;
}

.GridHeader-Userlogin-titlerelative {
    margin: 0 auto;
    width: 100%;
    float: right;
    position: relative;
    font-family: Verdana;
    font-size: 18px;
    text-align: center;
    color: #003366;
    line-height: 30px;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
}

.GridHeader-Userlogin-title {
    margin: 0 auto;
    width: 100%;
    float: right;
    position: absolute;
    font-family: Verdana;
    font-size: 18px;
    text-align: center;
    color: #003366;
    line-height: 30px;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
}

.Useruser-name {
    float: left;
    width: 290px;
    font-family: Verdana;
    font-size: 18px;
    color: #777676;
    background-image: url(../images/username-bg.png);
    background-repeat: no-repeat;
    height: 38px;
    margin: 20px 0px 0px 60px;
    padding: 7px 0px 0px 48px;
}

.Userpassword {
    float: left;
    width: 290px;
    font-family: Verdana;
    font-size: 18px;
    color: #777676;
    background-image: url(../images/password-bg.png);
    background-repeat: no-repeat;
    height: 38px;
    margin: 0px 0px 0px 60px;
    padding: 7px 0px 0px 48px;
}

.Userremember {
    float: left;
    width: 290px;
    margin: 0px 0px 0px 60px;
}

    .Userremember input {
        float: left;
    }

    .Userremember span {
        font-family: Verdana;
        font-size: 12px;
        color: #999999;
        float: left;
        line-height: 20px;
    }

.Useruser-name-textbox {
    border: 0;
    height: 18px;
    width: 200px;
    float: left;
    text-align: left;
    padding: 3px 0px 0px 0px;
    position: absolute;
}

.Userforget {
    float: left;
    width: 280px;
    margin: 15px 0px 0px 60px;
}

    .Userforget a {
        font-family: Verdana;
        font-size: 11px;
        color: #999999;
        text-decoration: none;
        float: left;
        line-height: 25px;
    }

        .Userforget a:hover {
            text-decoration: underline;
        }

.wordbreak {
    word-break: break-all;
    /*word-spacing:normal;*/
}

.button {
    border: 1px solid #d9e4eb;
    background: #CC4528;
    background: -webkit-gradient(linear, left top, left bottom, from(#CC4528), to(#CC4528));
    background: -webkit-linear-gradient(top, #CC4528, #CC4528);
    background: -moz-linear-gradient(top, #CC4528, #CC4528);
    background: -ms-linear-gradient(top, #CC4528, #CC4528);
    background: -o-linear-gradient(top, #CC4528, #CC4528);
    background-image: -ms-linear-gradient(top, #CC4528 0%, #CC4528 100%);
    padding: 10px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    text-shadow: #7ea4bd 0 1px 0;
    color: #edeff0;
    font-size: 14px;
    font-family: helvetica, serif;
    text-decoration: none;
    vertical-align: middle;
    height: 42px;
    width: 120px;
}

    .button:hover {
        border: 1px solid #0a3c59;
        text-shadow: #1e4158 0 1px 0;
        background: #005580;
        background: -webkit-gradient(linear, left top, left bottom, from(#005580), to(#005580));
        background: -webkit-linear-gradient(top, #005580, #005580);
        background: -moz-linear-gradient(top, #005580, #005580);
        background: -ms-linear-gradient(top, #005580, #005580);
        background: -o-linear-gradient(top, #005580, #005580);
        background-image: -ms-linear-gradient(top, #005580 0%, #005580 100%);
        color: #edeff0;
        cursor: pointer;
    }

    .button:focus {
        border: 1px solid #0a3c59;
        text-shadow: #1e4158 0 1px 0;
        background: #005580;
        background: -webkit-gradient(linear, left top, left bottom, from(#005580), to(#005580));
        background: -webkit-linear-gradient(top, #005580, #005580);
        background: -moz-linear-gradient(top, #005580, #005580);
        background: -ms-linear-gradient(top, #005580, #005580);
        background: -o-linear-gradient(top, #005580, #005580);
        background-image: -ms-linear-gradient(top, #005580 0%, #005580 100%);
        color: #edeff0;
    }

    .button:active {
        text-shadow: #1e4158 0 1px 0;
        border: 1px solid #0a3c59;
        background: #005580;
        background: -webkit-gradient(linear, left top, left bottom, from(#005580), to(#005580));
        background: -webkit-linear-gradient(top, #005580, #005580);
        background: -moz-linear-gradient(top, #005580, #005580);
        background: -ms-linear-gradient(top, #005580, #005580);
        background: -o-linear-gradient(top, #005580, #005580);
        background-image: -ms-linear-gradient(top, #005580 0%, #005580 100%);
        color: #fff;
    }

.logbutton {
    border: 1px solid #d9e4eb;
    background: #005580;
    background: -webkit-gradient(linear, left top, left bottom, from(#005580), to(#005580));
    background: -webkit-linear-gradient(top, #005580, #005580);
    background: -moz-linear-gradient(top, #005580, #005580);
    background: -ms-linear-gradient(top, #005580, #005580);
    background: -o-linear-gradient(top, #005580, #005580);
    background-image: -ms-linear-gradient(top, #005580 0%, #005580 100%);
    padding: 10px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    text-shadow: #7ea4bd 0 1px 0;
    color: #edeff0;
    font-size: 14px;
    font-family: helvetica, serif;
    text-decoration: none;
    vertical-align: middle;
    height: 42px;
    width: 230px;
}

    .logbutton:hover {
        border: 1px solid #0a3c59;
        text-shadow: #1e4158 0 1px 0;
        background: #CC4528;
        background: -webkit-gradient(linear, left top, left bottom, from(#CC4528), to(#3e779d));
        background: -webkit-linear-gradient(top, #CC4528, #3e779d);
        background: -moz-linear-gradient(top, #CC4528, #3e779d);
        background: -ms-linear-gradient(top, #CC4528, #3e779d);
        background: -o-linear-gradient(top, #CC4528, #3e779d);
        background-image: -ms-linear-gradient(top, #CC4528 0%, #3e779d 100%);
        color: #edeff0;
        cursor: pointer;
    }

    .logbutton:focus {
        border: 1px solid #0a3c59;
        text-shadow: #1e4158 0 1px 0;
        background: #CC4528;
        background: -webkit-gradient(linear, left top, left bottom, from(#CC4528), to(#3e779d));
        background: -webkit-linear-gradient(top, #CC4528, #3e779d);
        background: -moz-linear-gradient(top, #CC4528, #3e779d);
        background: -ms-linear-gradient(top, #CC4528, #3e779d);
        background: -o-linear-gradient(top, #CC4528, #3e779d);
        background-image: -ms-linear-gradient(top, #CC4528 0%, #3e779d 100%);
        color: #edeff0;
    }

    .logbutton:active {
        text-shadow: #1e4158 0 1px 0;
        border: 1px solid #0a3c59;
        background: #CC4528;
        background: -webkit-gradient(linear, left top, left bottom, from(#CC4528), to(#3e779d));
        background: -webkit-linear-gradient(top, #CC4528, #3e779d);
        background: -moz-linear-gradient(top, #CC4528, #3e779d);
        background: -ms-linear-gradient(top, #CC4528, #3e779d);
        background: -o-linear-gradient(top, #CC4528, #3e779d);
        background-image: -ms-linear-gradient(top, #CC4528 0%, #3e779d 100%);
        color: #fff;
    }

.hdbutton {
    border: 1px solid #d9e4eb;
    background: #C0C0C0;
    background: -webkit-gradient(linear, left top, left bottom, from(#C0C0C0), to(#C0C0C0));
    background: -webkit-linear-gradient(top, #C0C0C0, #C0C0C0);
    background: -moz-linear-gradient(top, #C0C0C0, #C0C0C0);
    background: -ms-linear-gradient(top, #C0C0C0, #C0C0C0);
    background: -o-linear-gradient(top, #C0C0C0, #C0C0C0);
    background-image: -ms-linear-gradient(top, #C0C0C0 0%, #C0C0C0 100%);
    /*padding: 10px 20px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    text-shadow: #7ea4bd 0 1px 0;
    color: #191919;
    font-size: 12px;
    font-family: helvetica, serif;
    text-decoration: none;
    vertical-align: middle;
    height: 24px;
    width: 70px;
}

    .hdbutton:hover {
        background: #005580;
        background: -webkit-gradient(linear, left top, left bottom, from(#005580), to(#CC4528));
        background: -moz-linear-gradient(top, #005580, #CC4528);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005580', endColorstr='#CC4528');
        color: #E5E5E5;
        cursor: pointer;
    }

    .hdbutton:active {
        background: #005580;
        background: -webkit-gradient(linear, left top, left bottom, from(#005580), to(#CC4528));
        background: -moz-linear-gradient(top, #005580, #CC4528);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005580', endColorstr='#CC4528');
        color: #E5E5E5;
    }

.lnkBtn {
    color: blue;
    font-family: Verdana;
    font-size: 11px;
}

    .lnkBtn:hover {
        color: red;
    }

    .lnkBtn:active {
        color: #006f44;
    }


/* top level
--------------------------------------------*/
.menuTemplate3 {
    margin: 0 auto;
    width: auto;
    float: left;
    behavior: url("../Images/Menu.htc");
    position: relative;
    z-index: 4;
    height: 36px;
    background: #444;
    border: 1px solid #111;
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    padding: 0;
}

    .menuTemplate3 div {
        box-sizing: content-box;
    }

    .menuTemplate3 li {
        padding: 0;
        float: left;
        height: 36px;
        position: relative; /*delete it if you want submenu to be positioned relative to the whole menu instead of this li element*/
        color: #EEE;
        z-index: 5;
    }

        .menuTemplate3 li:hover, .menuTemplate3 li.onhover {
            border-top: 0;
        }

    .menuTemplate3 a {
        padding: 0 20px;
        line-height: 36px; /*Note: keep this value the same as the height of .menuTemplate3 li */
        font-size: 12px;
        font-weight: normal;
        display: inline-block;
        outline: 0;
        text-decoration: none;
        color: #FFF;
        position: relative;
    }

    .menuTemplate3 li:hover a, .menuTemplate3 li.onhover a {
        background-color: #222;
        color: #FFF;
        z-index: 9;
    }

    .menuTemplate3 a.arrow {
        background: url(arrow.gif) no-repeat right center;
    }


    /*Used to align a top-level item to the right*/
    .menuTemplate3 li.menuRight {
        float: right;
        margin-right: 0px;
    }

    /*for the top-level separators*/
    .menuTemplate3 li.separator {
        font-size: 0;
        overflow: hidden;
        border-left: 1px solid #aaa;
        height: 20px;
        margin-top: 8px;
        z-index: 4;
    }


    /* sub level
--------------------------------------------*/

    .menuTemplate3 .drop {
        position: absolute;
        z-index: 5;
        left: -9999px;
        border: 1px solid #000;
        background: #222;
        text-align: left;
        padding: 20px;
        top: 35px;
        color: #999;
    }

        .menuTemplate3 .drop a {
            padding-left: 0px;
            padding-right: 0px;
            line-height: 26px;
            font-size: 12px;
            font-weight: normal;
            display: inline;
            text-align: left;
            position: static;
            z-index: 0;
        }

    .menuTemplate3 li:hover .drop, .menuTemplate3 li.onhover .drop {
        left: -1px; /*Use this property to change offset of the dropdown*/
    }

    .menuTemplate3 li:hover .dropToLeft, .menuTemplate3 li.onhover .dropToLeft {
        left: auto;
        right: -1px;
    }

    .menuTemplate3 li:hover .dropToLeft2, .menuTemplate3 li.onhover .dropToLeft2 {
        left: auto;
        right: -60px;
    }

    /* Elements within the drop down sub-menu
--------------------------------------------*/

    .menuTemplate3 div.drop div div {
        padding: 6px 20px;
    }

.menuTemplate1 li:hover .drop a, .menuTemplate1 li.onhover .drop a {
    background: none;
    background-image: none;
    padding: 0 0;
}

.menuTemplate3 div.drop div a {
    line-height: 24px;
    color: white;
    background: none;
}

    .menuTemplate3 div.drop div a:hover {
        text-decoration: underline;
        cursor: pointer;
        color: Red;
    }

.menuTemplate3 div.left {
    float: left;
}


/* CSS3 effects
--------------------------------------------*/

/*for top-level*/
.decor3_1 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 2px 4px 2px #999;
    -webkit-box-shadow: 1px 2px 4px 2px #999;
    box-shadow: 1px 2px 4px 2px #999;
}

/*for submenu.*/
.decor3_2 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 8px 14px #777;
    -webkit-box-shadow: 0px 8px 14px #777;
    box-shadow: 0px 8px 14px #777;
}


/*GridView*/
.mydatagrid {
    color: #333333;
    font-size: 12px;
    border: solid 2px #404040;
    font-family: Verdana;
}

    .mydatagrid a /** FOR THE PAGING ICONS  **/ {
        background-color: Transparent;
        padding: 5px 5px 5px 5px;
        text-decoration: none;
        font-weight: bold;
    }

        .mydatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/ {
            background-color: #999999;
        }

    .mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
        background-color: #c9c9c9;
        color: #000;
        padding: 5px 5px 5px 5px;
    }

    .mydatagrid td {
        padding: 5px;
    }

    .mydatagrid th {
        padding: 5px;
    }

.grdParheader {
    background-color: #008080; /*#008080*/
    color: White;
    border: solid 1px #404040;
    height: 25px;
    text-align: center;
    font-size: 12px;
    /*position: relative;*/
}

.grdChlheader {
    background-color: #336699;
    color: White;
    border: solid 1px #404040;
    height: 25px;
    text-align: center;
    font-size: 12px;
    /*position: relative;*/
}

.grdParFooter {
    background-color: #6B9F9F;
    color: White;
    border: solid 1px #404040;
    height: 25px;
    text-align: center;
    font-size: 12px;
}

.grdChlFooter {
    background-color: #336699;
    color: White;
    border: solid 1px #404040;
    height: 25px;
    text-align: center;
    font-size: 12px;
}

.grdrows {
    background-color: #FFFFFF;
    font-size: 12px;
    min-height: 25px;
    border: solid 1px #404040;
}

    .grdrows:hover {
        background-color: #EEFFAA;
    }

.grdAltRows {
    background-color: #ebf5ff;
    font-size: 12px;
    min-height: 25px;
    border: solid 1px #404040;
}

    .grdAltRows:hover {
        background-color: #EEFFAA;
    }

.grdselectedrow {
    background-color: #ff8000;
    color: #fff;
    font-weight: bold;
}

/*.grdpager {
    background-color: #FFFFFF;
    height: 30px;
    border: solid 1px #404040;
}*/

.grdpager a, .grdpager span {
    display: block;
    height: 15px;
    width: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.grdpager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.grdpager span {
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}

.grdAssetheader {
    background-color: #eeeeee;
    color: black;
    border: solid 1px #999999;
    height: 10px;
    text-align: center;
    font-size: 13px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


.myAssetdatagrid {
    color: black;
    font-size: 12px;
    border: solid 1px #404040;
    font-family: Verdana;
}

    .myAssetdatagrid a /** FOR THE PAGING ICONS  **/ {
        background-color: Transparent;
        /*padding: 5px 5px 5px 5px;*/
        text-decoration: none;
        font-weight: bold;
    }

        .myAssetdatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/ {
            background-color: #999999;
        }

    .myAssetdatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
        background-color: #c9c9c9;
        color: #000;
        /*padding: 5px 5px 5px 5px;*/
    }

/*.myAssetdatagrid td {
        padding: 5px;
    }

    .myAssetdatagrid th {
        padding: 5px;
    }*/

.grdAssetrows {
    background-color: #FFFFFF;
    font-size: 11px;
    min-height: 25px;
    border: solid 1px #404040;
}

    .grdAssetrows:hover {
        color: black;
    }



/*******************tablestd*******/

.mtop10 {
    margin-top: 10px;
}

.mleft10 {
    margin-left: 0px;
}

.mtop20 {
    margin-top: 20px;
}

.mtop16 {
    margin-top: 16px !important;
}

.table-responsive .form-control.inputBox {
    margin-top: 0 !important;
    /*width: 75px;*/
}

    .table-responsive .form-control.inputBox.input-sm {
        height: 25px !important;
        padding: 5px 2px;
    }

.mtop24 {
    margin-top: 30px !important;
}

.mtop8 {
    margin-top: 5px;
}

.blink {
    color: red;
    animation: blink_animation .5s infinite;
}

@keyframes blink_animation {
    50% {
        color: red;
    }

    100% {
        color: #333333;
    }
}

div.divDetails:hover {
    display: inline;
    position: absolute;
    color: white;
    border: 1px solid #DCA;
    background: red;
}

.divDetail:hover {
    display: inline;
    position: absolute;
    color: white;
    border: 1px solid #DCA;
    background: red;
}

.arrow {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
    background-color: green;
}

.divDetail {
    z-index: -10;
    display: none;
    padding: 5px 5px;
    margin-top: -30px;
    margin-left: 430px;
    background-color: lightyellow;
    width: 150px;
    line-height: 16px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    font-size: .8em;
}

.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltiptext {
    visibility: visible;
    width: 220px;
    background-color: lightyellow;
    color: black;
    text-align: center;
    border-radius: 6px;
    border: 1px solid red;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    /*left: 50%;*/
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    font-size: .8em;
}

    .tooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 10%;
        /*margin-left: -15px;*/
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent red transparent;
    }

.tooltip:hover .tooltiptext {
    visibility: visible;
}


#innertable {
    border-collapse: collapse;
    width: 100%;
}

    #innertable th {
        padding: 5px;
        text-align: left;
        background-color: #1C6EA4;
        color: white;
    }

    #innertable td {
        padding: 3px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

    #innertable tr:hover {
        background-color: #f5f5f5;
    }

.ui-autocomplete {
    overflow: auto;
    height: 300px;
}

.finalize .form-control {
    margin-top: 0;
}

.form-control.mandatoryctrl, .form-control.mandatoryctrl:focus {
    background: rgba(243,190,165,0.08) !important;
    border: 1px solid rgba(251, 175, 173, 0.79) !important;
}


.select2-container.mandatoryctrl .select2-choice {
    background: rgba(243,190,165,0.08) !important;
    border: 1px solid rgba(251, 175, 173, 0.79) !important;
}

#sidebar {
    opacity: 0;
}

    #sidebar:hover {
        opacity: 1;
    }

    #sidebar:not(hover) {
        /*animation-delay: 1s;
    -webkit-animation-delay: 1s;*/
        -webkit-transition: ease-out;
        opacity: 0;
    }

.marquee {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
}

    .marquee:hover {
        animation-play-state: paused;
    }

/*Make it move*/
@keyframes marquee {
    0% {
        text-indent: 27.5em;
    }

    100% {
        text-indent: -105em;
    }
}

.btn-huge {
    padding-top: 20px;
    padding-bottom: 20px;
}

#content {
    overflow: hidden;
}

.slideshow {
    float: left;
    clear: both;
    position: relative;
    width: 100%;
    height: 100%;
}

    .slideshow img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 8;
        opacity: 0.0;
        transition: opacity 1s;
    }

        .slideshow img.active {
            z-index: 10;
        }

.sdeshow img.last-active {
    z-index: 9;
}

.tat-align {
    padding-left: 10px;
    padding-right: 10px;
}

.blink_text {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 7s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    color: red;
    font-size:medium;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1.0;
    }
}
